SEO for Anchor Text

28-12-17 Course- SEO

Anchor text hyperlink has visible, clickable text that is displayed on a webpage. In modern browsers, it is often blue/red and underlined, such as Seo tutorial

Using anchor text in SEO

This is most important for SEO; Let's say your keyword is the best SEO tutorial and you want to put this keyword on another website, in which case you will need to use this keyword with keyword such as anchor tag below.

Ancher tag with keyword


<p>Fastread provide <a href="http://fastread.in/tutor?tuts=SEO">
Best SEO Tutorial</a> for all students.</p>

Show on webpage

Fastread provide Best SEO Tutorial for all students.

Html Syntax for anchor text


<a href="http://www.fastread.in">Example of Anchor Text</a>

SEO related guidline for ancher tag

  • Whenever you put your keyword on other website and don't want to follow your link by search engine; use rel="nofollow"
  • Whenever you put your keyword on other website and want to follow your link by search engine; use rel="follow"
  • When use some other website links on your website always use rel="nofollow"otherwise search engine follow that link and move on that particular website.

Ancher tag with rel="follow"


<a href="http://www.http://fastread.in/tutor?tuts=SEO" rel="follow">Best SEO Tutorial</a>

In above condition we only provides internal links so rel="follow" is better.

Ancher tag with rel="nofollow"


<a href="http://www.aitechtonic.com/money/index" rel="nofollow">Online Earning</a>

In above condition we provides external links so rel="nofollow" is better. Here search engine don't move on sites18 website.

Note: If incoming links are from high page rank website, that is good for your website (in this case use rel="nofollow"). If incomming link is from low page rank website or bad website it is harmful for you website ( in this case use rel="nofollow").